home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / asp.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  34 lines

  1. # ASP language definition file
  2. #
  3. # Author: Andr?Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 19.11.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=and response write case select continue date dim server 
  19. createobject do if else end empty then next set 
  20. default movenext open close activeconnection false true BOF 
  21. eof each for sub function len cstr include 
  22. cdbl cdate is null object redirect request querystring exit 
  23. clng redim session form not nothing loop while
  24.  
  25. $STRINGDELIMITERS=" 
  26.  
  27. $SL_COMMENT='
  28.  
  29. $IGNORECASE=true
  30.  
  31. $ESCCHAR=\
  32.  
  33. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  34.